AddCompilationCacheRequest

data class AddCompilationCacheRequest(url: String, data: String)

Represents request frame that can be used with Page#addCompilationCache operation call.

Seeds compilation cache for given url. Compilation cache does not survive cross-process navigation.

See also

Constructors

AddCompilationCacheRequest
Link copied to clipboard
fun AddCompilationCacheRequest(url: String, data: String)

Properties

data
Link copied to clipboard
val data: String
Base64-encoded data (Encoded as a base64 string when passed over JSON)
url
Link copied to clipboard
val url: String

Sources

jvm source
Link copied to clipboard